Currently sitting in my sisters room watching Game Of Thrones.
print 'hello!'
hello!
print 'testing one two three!'
testing one two three!
--------------------------------------------------------------------------- ImportError Traceback (most recent call last) <ipython-input-4-d4689310247a> in <module>() ----> 1 from imdb import IMDB ImportError: No module named imdb